object Form_Test: TForm_Test Left = 204 Top = 103 Width = 696 Height = 480 Caption = 'Form_Test' Color = clBtnFace Font.Charset = DEFAULT_CHARSET Font.Color = clWindowText Font.Height = -11 Font.Name = 'MS Sans Serif' Font.Style = [] OldCreateOrder = False Scaled = False OnShow = FormShow PixelsPerInch = 96 TextHeight = 13 object DBGrid1: TDBGrid Left = 32 Top = 48 Width = 545 Height = 120 DataSource = DataSource1 TabOrder = 0 TitleFont.Charset = DEFAULT_CHARSET TitleFont.Color = clWindowText TitleFont.Height = -11 TitleFont.Name = 'MS Sans Serif' TitleFont.Style = [] end object Button1: TButton Left = 32 Top = 216 Width = 75 Height = 25 Caption = 'Close' TabOrder = 1 OnClick = Button1Click end object Button2: TButton Left = 112 Top = 216 Width = 75 Height = 25 Caption = 'Button2' TabOrder = 2 OnClick = Button2Click end object DataSource1: TDataSource Left = 32 Top = 176 end end